home *** CD-ROM | disk | FTP | other *** search
/ The Idea Engine / The Idea Engine.iso / pc / blue2.dir / 00110_Up Scr..ls < prev    next >
Encoding:
Text File  |  1995-10-16  |  210 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     puppetSprite(2, 1)
  4.     if the locV of sprite 2 > 1 then
  5.       set the locV of sprite 2 to the locV of sprite 2 + 20
  6.       updateStage()
  7.     end if
  8.   end repeat
  9. end
  10.